home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util2 / copy2clp.rea < prev    next >
Text File  |  1996-02-22  |  958b  |  26 lines

  1. Short:        Copy from file/stdin to clipboard V1.0
  2. Author:       nick.christie@oucs.ox.ac.uk (Nick Christie)
  3. Uploader:     nick.christie@oucs.ox.ac.uk (Nick Christie)
  4. Version:      1.0
  5. Type:         util/cli
  6. Requires:     AmigaOS V2.04+
  7. Distribution: Freeware
  8.  
  9. A small command line utility I wrote because I needed it.
  10. Maybe it's of some use to you, too.
  11.  
  12. Usage:      Copy2Clip FILE UNIT/K/N BIN=BINARY/S BUF=BUFSIZE/K/N
  13.  
  14. Where:      FILE
  15.                 optional, pathname of file to copy to clipboard. If
  16.                 omitted, stdin is copied to clipboard until EOF.
  17.             UNIT
  18.                 clipboard unit number to use (0 to 255), default is 0.
  19.             BINARY
  20.                 switch to copy in binary mode - no encapsulation within
  21.                 an IFF FTXT form is performed. Default is to encapsulate.
  22.             BUFSIZE
  23.                 size in bytes of file buffer, default 2048, minimum 256.
  24.  
  25. $VER: Copy2Clip.readme 1.0 (3.12.95)
  26.